StudentAccountTransactionCourse 
EntityType  Independent 
Logical Entity Name  StudentAccountTransactionCourse 
Default Table Name  SaTransCourse 
Logical Only  NO 
Definition 
 
Note 
 

StudentAccountTransactionCourse Attributes 
Attribute/Logical Rolename  Domain  Datatype  NULL  Definition 
StudentAccountTransactionId(FK)    INTEGER  YES 
 
StudentCourseId(FK)    INTEGER  YES 
 
CourseAmount    SMALLMONEY  NO 
 
LastModfiedUserId(FK)    INTEGER  NO 
 
CreatedDateTime    DATETIME  NO 
 
LastModifiedDateTime    DATETIME  NO 
 
RowVersion    TIMESTAMP/DATE  NO 
 
StudentEnrollmentPeriodId(FK)    INTEGER  YES 
 
ClassSectionId(FK)    INTEGER  YES 
 
StudentAccountTransactionCourseId(PK)    INTEGER  NO 
 
TermId(FK)    INTEGER  YES 
 
CreditsHours    NUMERIC(9, 2)  NO 
 
CourseRegistrationType    CHAR(1)  NO 
 
StudentEnrollmentPeriodId(FK)    INTEGER  YES 
 

StudentAccountTransactionCourse Keys 
Key Name  Key Type  Keys 
SaTransCourse_UserID_N_N_IDX  Inversion Entry  LastModfiedUserId 
SaTransCourse_SaTransID_N_N_IDX  Inversion Entry  StudentAccountTransactionId 
SaTransCourse_AdTermID_N_N_IDX  Inversion Entry  TermId 
SaTransCourse_AdEnrollSchedID_N_N_IDX  Inversion Entry  StudentCourseId 
PK_SaTransCourse_SaTransCourseID  PrimaryKey  StudentAccountTransactionCourseId 
SaTransCourse_AdEnrollID_N_N_IDX  Inversion Entry  ClassSectionId 
SaTransCourse_AdClassSchedID_N_N_IDX  Inversion Entry  ClassSectionId 

StudentAccountTransactionCourse Relationships 
Parent Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype 
ClassSection  Non-Identifying  Zero or One to Zero or More        ClassSectionId  NO 
ClassSection  Non-Identifying  Zero or One to Zero or More        ClassSectionId  NO 
StudentEnrollmentPeriod  Non-Identifying  Zero or One to Zero or More        StudentEnrollmentPeriodId  NO 
StudentCourse  Non-Identifying  Zero or One to Zero or More        StudentCourseId  NO 
Term  Non-Identifying  Zero or One to Zero or More        TermId  NO 
StudentAccountTransaction  Non-Identifying  Zero or One to Zero or More        StudentAccountTransactionId  NO 
Staff  Non-Identifying  One To Zero or More        LastModfiedUserId  NO 
StudentAccountTransaction  Non-Identifying  Zero or One to Zero or More        StudentAccountTransactionId  NO 
StudentEnrollmentPeriod  Non-Identifying  Zero or One to Zero or More        StudentEnrollmentPeriodId  NO 
Term  Non-Identifying  Zero or One to Zero or More        TermId  NO 
Child Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype 

StudentAccountTransactionCourse Check Constraints 
Check Constraint Name  CheckConstraint